adTempus API
PreviousUpNext
IScript::IncludeLibraries Property

Gets the script libraries referenced by the script

C++
__property IScriptLibraries** IncludeLibraries;
C#
IScriptLibraries** IncludeLibraries;
Visual Basic
Property IncludeLibraries() As IScriptLibraries**

Code and data in any of the linked script libraries will be available to the script code. 

Each library must use the same language as the script itself or an error will occur when the script is executed.

adTempus API Reference version 3.0.0.0, revised 10/30/2008